--	Half-Life Labyrinth Generator -- Version 1.01

	Author: Luigi Bignami - Italy - email bignamil@tiscalinet.it


-- What is that?

This program is a little tool for those that like the Half-Life game, with 
its amazing kind of enemies and weapons.
This program generates random maps to use with the game, allowing you a 
different fighting action each time.
Maps are simple labyrinths, with some crates sparse around. They are not 
so beautiful like manually built maps (obviously) but they are always 
different.
There is no cosmetics, but pure action.

-- Usage

Simply run the program and set the directory containing the compilation tools,
available with the WorldCraft tool distributed with the original game, and
the directory where you installed Half-Life. This can be done be done by clicking the 'Setup' button.
Then you can build the map with the sequence of buttons 'Generate .map', 'Generate .bsp', and can run directly the game with 'Run Half-Life'.
Before generating the map you can choose some building parameters, such the
dimension, complexity, number of enemies, etc. 

There are two type of games you can build.
With the 'Kill All' you have to find and kill all the enemies in the map, then
the environment fades to dark.
With the 'Find the Exit' you have to look for a plate with 'EXIT' written above and walk on it; then the game terminates (drastically).

-- Notes

- There are always granades around you near the starting point: find them!
- The crates generally contain useful items (but not always).
- The exit tag is always in the opposite side of the labyrinth.
- It is always possible to complete the game, that's all the enemies can be found and the exit is always reachable (sometimes it's hard, sometimes no).


Enjoy.



RELEASE NOTES

1.00 - The first version.

1.01 - This version fixes a bug in the generation of the map file that didn't allow the 
	correct compilation of the map in all the installations of the game.
